home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / lib / partman / recipes / 50home < prev    next >
Encoding:
Text File  |  2009-04-19  |  593 b   |  35 lines

  1. partman-auto/text/home_scheme ::
  2.  
  3. 128 512 256 ext2
  4.     $defaultignore{ }
  5.     method{ format }
  6.     format{ }
  7.     use_filesystem{ }
  8.     filesystem{ ext2 }
  9.     mountpoint{ /boot }
  10.     options/relatime{ relatime } .
  11.  
  12. 500 4000 7000 $default_filesystem
  13.     $lvmok{ }
  14.     method{ format }
  15.     format{ }
  16.     use_filesystem{ }
  17.     $default_filesystem{ }
  18.     mountpoint{ / }
  19.     options/relatime{ relatime } .
  20.  
  21. 96 512 300% linux-swap
  22.     $lvmok{ }
  23.     method{ swap }
  24.     format{ } .
  25.  
  26. 100 10000 -1 $default_filesystem
  27.     $lvmok{ }
  28.     method{ format }
  29.     format{ }
  30.     use_filesystem{ }
  31.     $default_filesystem{ }
  32.     mountpoint{ /home }
  33.     options/relatime{ relatime } .
  34.  
  35.